home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / comms / slipr15d.zip / INSTALL.TXT next >
Text File  |  1994-02-08  |  2KB  |  66 lines

  1. This is the INSTALL.TXT file for
  2. the U of Minn SLIP package
  3.  
  4. How to install U of Minn. SLIP  (FTP version)
  5.  
  6. To install SLIP, you first must get SLIPARC.EXE.
  7.  
  8. SLIPARC.EXE is a self-extracting collection of the files that make
  9. up the SLIP package.
  10.  
  11. To install SLIP:
  12.  
  13.  (1)    Make a directory on your hard disk.
  14.         A good name might be "SLIP":            mkdir c:\slip
  15.  
  16.  (2)    Go to that directory:                   cd c:\slip
  17.  
  18.  (3)    Run FTP, connect to our server:         ftp boombox.micro.umn.edu
  19.  (4)    Go to the proper directory:             cd /pub/pc/slip
  20.  (5)    Put FTP in BINARY mode:                 binary
  21.  (6)    Get SLIPARC.EXE:                        get sliparc.exe
  22.  (7)    Quit FTP:                               quit
  23.  (8)    Run the self-extractor:                 sliparc
  24.  (9)    Verify all the files are here:          dir /w
  25.                 PHONE.EXE       SLIPARC.EXE     PHONE.HLP   
  26.                 TERMIN.COM      UMSLIP.COM      README.TXT
  27.                 UMSLIP.TXT      SLIP.BAT    
  28.  
  29.  (10)   (Optional) delete the self-extractor:   del sliparc.exe
  30.  
  31.  (11)   Add this directory to your PATH,
  32.     usually set up in AUTOEXEC.BAT:         PATH = XXX;YYY;C:\SLIP
  33.  
  34.  (12)   You are now ready to run SLIP, type:    SLIP
  35.  
  36.  
  37.  --------------------------------------------------------------------------
  38.  
  39.  What is U of Minn. SLIP?
  40.  
  41. It's a set of programs that puts an IBM PC onto a TCP/IP network through
  42. a serial or modem connection.  With SLIP, you can run network applications,
  43. such as Minuet, Gopher, Telnet, Trumpet or POPMail from any location
  44. that has a phone line.  (You also need access rights into a dial-up
  45. SLIP server).
  46.  
  47. U of Minn. SLIP supports modems from 2400 to 56700 baud.
  48.  
  49.  
  50. The U of Minn. SLIP package includes:
  51.  
  52. UMSLIP.COM  - A packet driver that makes the serial port look like a
  53.         standard network connection.
  54.  
  55. PHONE.EXE   - A program that establishes your connection to a SLIP server
  56.         by dialing a specified phone number.
  57.  
  58. SLIP.BAT    - A batch file that coordinates the loading and unloading of
  59.         the above programs and other network applications.
  60.  
  61.  
  62. Plus some misc documentation files.
  63.  
  64.  
  65.  
  66.